home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / TN3270 2.4a4 ƒ / Network Configuration / newh next >
Text File  |  1989-09-20  |  238b  |  16 lines

  1.  {
  2.  if (substr($0,1,1) != "#") {
  3.     if (substr($2,1,1) == "@") {
  4.         print "name=" $3 " ; hostip=" $1
  5.         j = 4
  6.     }
  7.     else {
  8.         print "name=" $2 " ; hostip=" $1
  9.         j = 3
  10.     }
  11.      for (i=j; i<=NF; i++) {
  12.          print "name=" $i " ; copyfrom=" $(j-1)
  13.     }
  14. }
  15. }
  16.